Package-level declarations

Types

Link copied to clipboard
data class DefaultMemoryProjector(knowledgeTypeClassifier: KnowledgeTypeClassifier = HeuristicKnowledgeTypeClassifier) : MemoryProjector

Default implementation of MemoryProjector.

Link copied to clipboard

Heuristic-based classifier using confidence/decay values. Used as fallback when no relation predicate matches.

Link copied to clipboard
class RelationBasedKnowledgeTypeClassifier constructor(relations: Relations, fallback: KnowledgeTypeClassifier = HeuristicKnowledgeTypeClassifier, caseSensitive: Boolean = false) : KnowledgeTypeClassifier

Classifies propositions based on matching predicates from a Relations collection.